'Declaration Public Overloads Sub Insert( _
ByVal indexThe zero-based index at which page should be inserted.As System.Int32, _
ByVal imageThe image to insert to the collection.As Vintasoft.Imaging.VintasoftImage _
)
public void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage image
)
public: void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage* image
)
public:
void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- index
- The zero-based index at which page should be inserted.
- image
- The image to insert to the collection.